projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0af21
)
* lisp/dired-aux.el (dired-do-print): Require lpr.
author
Glenn Morris
<rgm@gnu.org>
Sat, 9 May 2015 00:14:42 +0000
(20:14 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 9 May 2015 00:14:42 +0000
(20:14 -0400)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index f7b2a5c53b3289e3fd77baa741818ac3a102cf46..4dcb519b039e09f9d159b132cf55366ec5449239 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-421,6
+421,7
@@
into the minibuffer."
Uses the shell command coming from variables `lpr-command' and
`lpr-switches' as default."
(interactive "P")
+ (require 'lpr)
(let* ((file-list (dired-get-marked-files t arg))
(lpr-switches
(if (and (stringp printer-name)